ExclusionConstraintException.this

class ExclusionConstraintException
this
(
string msg
,
string file = __FILE__
,
size_t line = __LINE__
,
Throwable next = null
)

Parameters

msg string

the message thrown with the exclusion constraint violation

file string

the file where the exception occurred

line size_t

the line number where the exception occurred

next Throwable

references the exception that was being handled when this one was generated

Meta